Merge "Check minimum database server version when running update.php"
[lhc/web/wiklou.git] / includes / installer / PostgresInstaller.php
index 129dbf8..cb1b47e 100644 (file)
@@ -639,7 +639,7 @@ class PostgresInstaller extends DatabaseInstaller {
 
        public function setupPLpgSQL() {
                // Connect as the install user, since it owns the database and so is
-               // the user that needs to run "CREATE LANGAUGE"
+               // the user that needs to run "CREATE LANGUAGE"
                $status = $this->getPgConnection( 'create-schema' );
                if ( !$status->isOK() ) {
                        return $status;